We need to create a variable that represents the difference between the word’s actual position and the variables holding it’s target position. The difference (disH,disV) is calculated by the code below. This code is repeated for each of the four words: disH = (getProperty(“/words/word01”,__x)—word01_x)/3; setProperty (“/words/word01”, _x, getProperty(“/words/word01”, _x)-disH); disV = (getProperty(“/words/word01”, _y)-word_y)/3; setProperty (“/words/word01”, _y, getProperty(“/words/word01”, _y)-disV);